home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / tlc_prgs / tlc_rsrc / tlc_rsrc.doc < prev   
Text File  |  1995-05-02  |  6KB  |  116 lines

  1.                             ********************
  2.                             *   TLC Resource   *
  3.                             *   Version 3.01   *
  4.                             ********************
  5.  
  6.      The  TLC  Resource utility will only be of interest to GFA programmers. 
  7. The program asks you to select a resource file (*.RSC) to convert and then 
  8. asks you to select an ASCII file to save it to (*.LST). It then converts the 
  9. resource into an ASCII '.LST' GFA file that can be merged into your program
  10. allowing the resource file to be embedded within the source code.
  11. Instructions are printed with the ASCII file created instructing you on
  12. which calls need to be modified and how to use the generated code.
  13.  
  14.      I can't take all the credit for this program, I found the original code 
  15. by an unknown author and modified the routines to enhance the generated 
  16. code. This is the program I use to incorporate all the TLC resource files 
  17. within my programs. It's fast and efficient. Enjoy...
  18.  
  19. **** TLC Software *********************************************************
  20.  
  21.                                S P E C I A L
  22.  
  23. ***************************************************************************
  24.  
  25. As a Christmas special, the entire collection of TLC programs can be yours 
  26. (registered versions of course), for the miniscule fee of $10! What a 
  27. bargain, a disk full of programs and documentation. If you're interested in 
  28. the GFA source code to all the TLC programs, that can be yours for a $20 
  29. contribution. This will come on 2 DS/DD disks unless you request a single 
  30. DS/HD disk. As a minimum, the TLC Utilities disk includes:
  31.  
  32. o - TLC Book - A combination address book and date keeper.  Version 4.x now 
  33. prints phone books as well as address books, mailing labels, date books, and 
  34. date labels.  It allows as many entries as your systems memory will hold and 
  35. has full hot key access.  Also new is the ability to merge multiple address 
  36. books and you can even print addresses, dates, or labels to disk! Supports 
  37. any printer and works in ST & TT resolutions except low.
  38.  
  39. o - TLC View - An accessory or program that loads your TLC Book address 
  40. databases into a GEM window without leaving the GEM program you're using.
  41.  
  42. o - TLC Attributor - Allows renaming volume labels, files, changing files 
  43. attributes (read only, hidden, system, etc).  Runs as a program or accessory 
  44. in all but low resolution.  Allows setting the fast load bit as well as 
  45. updating the date/time stamp on files. It also allows deletion of those 
  46. pesky files TOS won't delete at times.
  47.  
  48. o - TLC Formatter - Accessory/program to format 3.5" disks in 80-82 tracks, 
  49. 9 or 10 sectors per track. FaST option reads and writes faster than 
  50. 'twisted' or 'skewed' formats and is 100% compatible with all ST programs. 
  51. All formats are MS DOS 5.x and DR DOS 6.x compatible, in fact, FaST 
  52. formatted disks read and write twice as fast on the messy dos systems! 
  53. Formats backwards and allows aborting to cover mistakes. Supports multiple 
  54. automatic drive switching and detects presence of a HD 3.5" disk (yes, it 
  55. does FaST tricks to them also!)
  56.  
  57. o - TLC Fixer - Allows changing ASCII or HEX strings in programs or data 
  58. files. Runs as an accessory or program in all resolutions except low.  Will 
  59. do multiple searches, ask before changing, keep backups etc.  Uses hot keys 
  60. or GEM.
  61.  
  62. o - TLC Icon Maker - Creates icons in .RSC files from DEGAS medium or high 
  63. resolution (.PI2, .PI3) pictures, for use with DRIs RCS2 or Kumas K-
  64. Resource.
  65.  
  66. o - The TLC Sound Machine - Allows playing and manipulating digitized sounds 
  67. created with DigiSound, SoundOff, MasterSound, ST Replay and more.  You can 
  68. modify the sounds and save them to disk in several formats.
  69.  
  70. o - TLC Show - A quick and dirty Spectrum picture viewer for those times you 
  71. don't want to load a slide show program and set a series of buttons to 
  72. display a picture or two.
  73.  
  74. o - TLC RSRC - Creates GFA Basic 3.x compatible ASCII LST files from 
  75. resources created with DRIs RCS2 or Kumas K-Resource so you can merge it 
  76. into your program and include your resource file in your program.  Prints 
  77. full instructions in the LST file. Now this includes a sample program and 
  78. source code showing proper implementation.
  79.  
  80. o - TLC Mega - A short accessory or program that allows you to change the 
  81. CPU speed of the Mega STe. Also displays TOS and GEMDOS version numbers. 
  82. Includes small auto folder programs for speed switches while booting up.
  83.  
  84. All these programs for one low $10 price. Please make checks payable to:
  85.  
  86.      Tom Hayslett
  87.      210 Fairmont Drive
  88.      Hampton, VA   23666
  89.  
  90.      804-766-3691
  91.  
  92. *** REVISION HISTORY ***
  93.  
  94. Version 1.00 - First shareware release of the program.
  95.  
  96. Version 2.00 - 11 Dec 91
  97.  
  98. - Added to the code the program generates to include resolution checking and 
  99. fixing for medium and high ST resolutions.
  100.  
  101. Version 3.00 - 15 Jun 92
  102.  
  103. - Tightened up the code which made the program smaller and faster and 
  104. (hopefully), fixed the generated code so it should work properly in TT 
  105. resolutions (except low). This coding system has worked well since all TLC 
  106. software since version 1.00 has had the resource files embedded in the 
  107. program.
  108.  
  109. Version 3.01 - 31 Jul 92
  110.  
  111. - Nailed a 'bug' that prevented the creation of multiple resource files. 
  112. Also, beginning with this version, I'm including a small resource file as 
  113. well as a GFA '.LST' (ASCII) listing with the resource used inline. 
  114. Hopefully this will help some of you learning to use resources with GFA.
  115.  
  116.